home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u118.dms / in.adf / split / Makefile < prev    next >
Encoding:
Makefile  |  1990-11-30  |  164 b   |  11 lines

  1. # Compile the split program
  2.  
  3. split: split.o
  4.     blink with $*.blink
  5.  
  6. .c.o:
  7.     NorthC -Ot:$*.s $*.c
  8.     top t:$*.s t:$*.s1
  9.     a68k -g -q -O$*.o t:$*.s1
  10.     delete t:$*.s t:$*.s1
  11.